go/parser.parser.syncCnt (field)

4 uses

	go/parser (current package)
		parser.go#L56: 	syncCnt int       // number of parser.advance calls without progress
		parser.go#L350: 			if p.pos == p.syncPos && p.syncCnt < 10 {
		parser.go#L351: 				p.syncCnt++
		parser.go#L356: 				p.syncCnt = 0